home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / dtype / cdt_39_10.lha / cdt / misc / bison.simple < prev    next >
Text File  |  1995-04-01  |  17KB  |  671 lines

  1. /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
  2. #line 3 "/gnu/lib/bison.simple"
  3.  
  4. /* Skeleton output parser for bison,
  5.     Copyright (C) 1984, 1989, 1990 Bob Corbett and Richard Stallman
  6.  
  7.     This program is free software; you can redistribute it and/or modify
  8.     it under the terms of the GNU General Public License as published by
  9.     the Free Software Foundation; either version 1, or (at your option)
  10.     any later version.
  11.  
  12.     This program is distributed in the hope that it will be useful,
  13.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.     GNU General Public License for more details.
  16.  
  17.     You should have received a copy of the GNU General Public License
  18.     along with this program; if not, write to the Free Software
  19.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  20.  
  21. /* Added for Amiga SASC , and replaced fprintf(stderr,...) to printf(...)
  22.     Stefan Ruppert */
  23.  
  24. #ifdef __SASC
  25. #ifndef alloca
  26. #define alloca    malloc
  27. #endif
  28. #define printf Printf
  29. static void __yy_bcopy (char *from,char *to,int count);
  30. #endif
  31.  
  32.  
  33. #ifndef alloca
  34. #ifdef __GNUC__
  35. #define alloca __builtin_alloca
  36. #else /* not GNU C.  */
  37. #if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi)
  38. #include <alloca.h>
  39. #else /* not sparc */
  40. #if defined (MSDOS) && !defined (__TURBOC__)
  41. #include <malloc.h>
  42. #else /* not MSDOS, or __TURBOC__ */
  43. #if defined(_AIX)
  44. #include <malloc.h>
  45.  #pragma alloca
  46. #else /* not MSDOS, __TURBOC__, or _AIX */
  47. #ifdef __hpux
  48. #ifdef __cplusplus
  49. extern "C" {
  50. void *alloca (unsigned int);
  51. };
  52. #else /* not __cplusplus */
  53. void *alloca ();
  54. #endif /* not __cplusplus */
  55. #endif /* __hpux */
  56. #endif /* not _AIX */
  57. #endif /* not MSDOS, or __TURBOC__ */
  58. #endif /* not sparc.  */
  59. #endif /* not GNU C.  */
  60. #endif /* alloca not defined.  */
  61.  
  62. /* This is the parser code that is written into each bison parser
  63.   when the %semantic_parser declaration is not specified in the grammar.
  64.   It was written by Richard Stallman by simplifying the hairy parser
  65.   used when %semantic_parser is specified.  */
  66.  
  67. /* Note: there must be only one dollar sign in this file.
  68.     It is replaced by the list of actions, each action
  69.     as one case of the switch.  */
  70.  
  71. #define yyerrok         (yyerrstatus = 0)
  72. #define yyclearin       (yychar = YYEMPTY)
  73. #define YYEMPTY         -2
  74. #define YYEOF           0
  75. #define YYACCEPT        return(0)
  76. #define YYABORT         return(1)
  77. #define YYERROR         goto yyerrlab1
  78. /* Like YYERROR except do call yyerror.
  79.     This remains here temporarily to ease the
  80.     transition to the new meaning of YYERROR, for GCC.
  81.     Once GCC version 2 has supplanted version 1, this can go.  */
  82. #define YYFAIL          goto yyerrlab
  83. #define YYRECOVERING()  (!!yyerrstatus)
  84. #define YYBACKUP(token, value) \
  85. do                                                              \
  86.   if (yychar == YYEMPTY && yylen == 1)                          \
  87.      { yychar = (token), yylval = (value);                       \
  88.         yychar1 = YYTRANSLATE (yychar);                           \
  89.         YYPOPSTACK;                                               \
  90.         goto yybackup;                                            \
  91.      }                                                           \
  92.   else                                                          \
  93.      { yyerror ("syntax error: cannot back up"); YYERROR; }      \
  94. while (0)
  95.  
  96. #define YYTERROR        1
  97. #define YYERRCODE       256
  98.  
  99. #ifndef YYPURE
  100. #define YYLEX           yylex()
  101. #endif
  102.  
  103. #ifdef YYPURE
  104. #ifdef YYLSP_NEEDED
  105. #define YYLEX           yylex(&yylval, &yylloc)
  106. #else
  107. #define YYLEX           yylex(&yylval)
  108. #endif
  109. #endif
  110.  
  111. /* If nonreentrant, generate the variables here */
  112.  
  113. #ifndef YYPURE
  114.  
  115. int     yychar;                 /*  the lookahead symbol                */
  116. YYSTYPE yylval;                 /*  the semantic value of the           */
  117.                                           /*  lookahead symbol                    */
  118.  
  119. #ifdef YYLSP_NEEDED
  120. YYLTYPE yylloc;                 /*  location data for the lookahead     */
  121.                                           /*  symbol                              */
  122. #endif
  123.  
  124. int yynerrs;                    /*  number of parse errors so far       */
  125. #endif  /* not YYPURE */
  126.  
  127. #if YYDEBUG != 0
  128. int yydebug;                    /*  nonzero means print parse trace     */
  129. /* Since this is uninitialized, it does not stop multiple parsers
  130.     from coexisting.  */
  131. #endif
  132.  
  133. /*  YYINITDEPTH indicates the initial size of the parser's stacks       */
  134.  
  135. #ifndef YYINITDEPTH
  136. #define YYINITDEPTH 200
  137. #endif
  138.  
  139. /*  YYMAXDEPTH is the maximum size the stacks can grow to
  140.      (effective only if the built-in stack extension method is used).  */
  141.  
  142. #if YYMAXDEPTH == 0
  143. #undef YYMAXDEPTH
  144. #endif
  145.  
  146. #ifndef YYMAXDEPTH
  147. #define YYMAXDEPTH 10000
  148. #endif
  149.  
  150. /* Prevent warning if -Wstrict-prototypes.  */
  151. #ifdef __GNUC__
  152. int yyparse (void);
  153. #endif
  154.  
  155. #if __GNUC__ > 1                /* GNU C and GNU C++ define this.  */
  156. #define __yy_bcopy(FROM,TO,COUNT)       __builtin_memcpy(TO,FROM,COUNT)
  157. #else                           /* not GNU C or C++ */
  158. #ifndef __cplusplus
  159.  
  160. /* This is the most reliable way to avoid incompatibilities
  161.     in available built-in functions on various systems.  */
  162. static void
  163. __yy_bcopy (from, to, count)
  164.       char *from;
  165.       char *to;
  166.       int count;
  167. {
  168.   register char *f = from;
  169.   register char *t = to;
  170.   register int i = count;
  171.  
  172.   while (i-- > 0)
  173.      *t++ = *f++;
  174. }
  175.  
  176. #else /* __cplusplus */
  177.  
  178. /* This is the most reliable way to avoid incompatibilities
  179.     in available built-in functions on various systems.  */
  180. static void
  181. __yy_bcopy (char *from, char *to, int count)
  182. {
  183.   register char *f = from;
  184.   register char *t = to;
  185.   register int i = count;
  186.  
  187.   while (i-- > 0)
  188.      *t++ = *f++;
  189. }
  190.  
  191. #endif
  192. #endif
  193.  
  194. #line 184 "/gnu/lib/bison.simple"
  195. int
  196. yyparse()
  197. {
  198.   register int yystate;
  199.   register int yyn;
  200.   register short *yyssp;
  201.   register YYSTYPE *yyvsp;
  202.   int yyerrstatus;      /*  number of tokens to shift before error messages enabled */
  203.   int yychar1;              /*  lookahead token as an internal (translated) token number */
  204.  
  205.   short yyssa[YYINITDEPTH];     /*  the state stack                     */
  206.   YYSTYPE yyvsa[YYINITDEPTH];   /*  the semantic value stack            */
  207.  
  208.   short *yyss = yyssa;          /*  refer to the stacks thru separate pointers */
  209.   YYSTYPE *yyvs = yyvsa;        /*  to allow yyoverflow to reallocate them elsewhere */
  210.  
  211. #ifdef YYLSP_NEEDED
  212.   YYLTYPE yylsa[YYINITDEPTH];   /*  the location stack                  */
  213.   YYLTYPE *yyls = yylsa;
  214.   YYLTYPE *yylsp;
  215.  
  216. #define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
  217. #else
  218. #define YYPOPSTACK   (yyvsp--, yyssp--)
  219. #endif
  220.  
  221.   int yystacksize = YYINITDEPTH;
  222.  
  223. #ifdef YYPURE
  224.   int yychar;
  225.   YYSTYPE yylval;
  226.   int yynerrs;
  227. #ifdef YYLSP_NEEDED
  228.   YYLTYPE yylloc;
  229. #endif
  230. #endif
  231.  
  232.   YYSTYPE yyval;                /*  the variable used to return         */
  233.                                           /*  semantic values from the action     */
  234.                                           /*  routines                            */
  235.  
  236.   int yylen;
  237.  
  238. #if YYDEBUG != 0
  239.   if (yydebug)
  240.      printf( "Starting parse\n");
  241. #endif
  242.  
  243.   yystate = 0;
  244.   yyerrstatus = 0;
  245.   yynerrs = 0;
  246.   yychar = YYEMPTY;             /* Cause a token to be read.  */
  247.  
  248.   /* Initialize stack pointers.
  249.       Waste one element of value and location stack
  250.       so that they stay on the same level as the state stack.
  251.       The wasted elements are never initialized.  */
  252.  
  253.   yyssp = yyss - 1;
  254.   yyvsp = yyvs;
  255. #ifdef YYLSP_NEEDED
  256.   yylsp = yyls;
  257. #endif
  258.  
  259. /* Push a new state, which is found in  yystate  .  */
  260. /* In all cases, when you get here, the value and location stacks
  261.     have just been pushed. so pushing a state here evens the stacks.  */
  262. yynewstate:
  263.  
  264.   *++yyssp = yystate;
  265.  
  266.   if (yyssp >= yyss + yystacksize - 1)
  267.      {
  268.         /* Give user a chance to reallocate the stack */
  269.         /* Use copies of these so that the &'s don't force the real ones into memory. */
  270.         YYSTYPE *yyvs1 = yyvs;
  271.         short *yyss1 = yyss;
  272. #ifdef YYLSP_NEEDED
  273.         YYLTYPE *yyls1 = yyls;
  274. #endif
  275.  
  276.         /* Get the current used size of the three stacks, in elements.  */
  277.         int size = yyssp - yyss + 1;
  278.  
  279. #ifdef yyoverflow
  280.         /* Each stack pointer address is followed by the size of
  281.             the data in use in that stack, in bytes.  */
  282. #ifdef YYLSP_NEEDED
  283.         /* This used to be a conditional around just the two extra args,
  284.             but that might be undefined if yyoverflow is a macro.  */
  285.         yyoverflow("parser stack overflow",
  286.                       &yyss1, size * sizeof (*yyssp),
  287.                       &yyvs1, size * sizeof (*yyvsp),
  288.                       &yyls1, size * sizeof (*yylsp),
  289.                       &yystacksize);
  290. #else
  291.         yyoverflow("parser stack overflow",
  292.                       &yyss1, size * sizeof (*yyssp),
  293.                       &yyvs1, size * sizeof (*yyvsp),
  294.                       &yystacksize);
  295. #endif
  296.  
  297.         yyss = yyss1; yyvs = yyvs1;
  298. #ifdef YYLSP_NEEDED
  299.         yyls = yyls1;
  300. #endif
  301. #else /* no yyoverflow */
  302.         /* Extend the stack our own way.  */
  303.         if (yystacksize >= YYMAXDEPTH)
  304.           {
  305.              yyerror("parser stack overflow");
  306.              return 2;
  307.           }
  308.         yystacksize *= 2;
  309.         if (yystacksize > YYMAXDEPTH)
  310.           yystacksize = YYMAXDEPTH;
  311.         yyss = (short *) alloca (yystacksize * sizeof (*yyssp));
  312.         __yy_bcopy ((char *)yyss1, (char *)yyss, size * sizeof (*yyssp));
  313.         yyvs = (YYSTYPE *) alloca (yystacksize * sizeof (*yyvsp));
  314.         __yy_bcopy ((char *)yyvs1, (char *)yyvs, size * sizeof (*yyvsp));
  315. #ifdef YYLSP_NEEDED
  316.         yyls = (YYLTYPE *) alloca (yystacksize * sizeof (*yylsp));
  317.         __yy_bcopy ((char *)yyls1, (char *)yyls, size * sizeof (*yylsp));
  318. #endif
  319. #endif /* no yyoverflow */
  320.  
  321.         yyssp = yyss + size - 1;
  322.         yyvsp = yyvs + size - 1;
  323. #ifdef YYLSP_NEEDED
  324.         yylsp = yyls + size - 1;
  325. #endif
  326.  
  327. #if YYDEBUG != 0
  328.         if (yydebug)
  329.           printf( "Stack size increased to %ld\n", yystacksize);
  330. #endif
  331.  
  332.         if (yyssp >= yyss + yystacksize - 1)
  333.           YYABORT;
  334.      }
  335.  
  336. #if YYDEBUG != 0
  337.   if (yydebug)
  338.       printf( "Entering state %ld\n", yystate);
  339. #endif
  340.  
  341.   goto yybackup;
  342.  yybackup:
  343.  
  344. /* Do appropriate processing given the current state.  */
  345. /* Read a lookahead token if we need one and don't already have one.  */
  346. /* yyresume: */
  347.  
  348.   /* First try to decide what to do without reference to lookahead token.  */
  349.  
  350.   yyn = yypact[yystate];
  351.   if (yyn == YYFLAG)
  352.      goto yydefault;
  353.  
  354.   /* Not known => get a lookahead token if don't already have one.  */
  355.  
  356.   /* yychar is either YYEMPTY or YYEOF
  357.       or a valid token in external form.  */
  358.  
  359.   if (yychar == YYEMPTY)
  360.      {
  361. #if YYDEBUG != 0
  362.         if (yydebug)
  363.           printf( "Reading a token: ");
  364. #endif
  365.         yychar = YYLEX;
  366.      }
  367.  
  368.   /* Convert token to internal form (in yychar1) for indexing tables with */
  369.  
  370.   if (yychar <= 0)              /* This means end of input. */
  371.      {
  372.         yychar1 = 0;
  373.         yychar = YYEOF;           /* Don't call YYLEX any more */
  374.  
  375. #if YYDEBUG != 0
  376.         if (yydebug)
  377.           printf( "Now at end of input.\n");
  378. #endif
  379.      }
  380.   else
  381.      {
  382.         yychar1 = YYTRANSLATE(yychar);
  383.  
  384. #if YYDEBUG != 0
  385.         if (yydebug)
  386.           {
  387.              printf ("Next token is %ld (%s", yychar, yytname[yychar1]);
  388.              /* Give the individual parser a way to print the precise meaning
  389.                  of a token, for further debugging info.  */
  390. #ifdef YYPRINT
  391.              YYPRINT (yychar, yylval);
  392. #endif
  393.              printf (")\n");
  394.           }
  395. #endif
  396.      }
  397.  
  398.   yyn += yychar1;
  399.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
  400.      goto yydefault;
  401.  
  402.   yyn = yytable[yyn];
  403.  
  404.   /* yyn is what to do for this token type in this state.
  405.       Negative => reduce, -yyn is rule number.
  406.       Positive => shift, yyn is new state.
  407.          New state is final state => don't bother to shift,
  408.          just return success.
  409.       0, or most negative number => error.  */
  410.  
  411.   if (yyn < 0)
  412.      {
  413.         if (yyn == YYFLAG)
  414.           goto yyerrlab;
  415.         yyn = -yyn;
  416.         goto yyreduce;
  417.      }
  418.   else if (yyn == 0)
  419.      goto yyerrlab;
  420.  
  421.   if (yyn == YYFINAL)
  422.      YYACCEPT;
  423.  
  424.   /* Shift the lookahead token.  */
  425.  
  426. #if YYDEBUG != 0
  427.   if (yydebug)
  428.      printf( "Shifting token %ld (%s), ", yychar, yytname[yychar1]);
  429. #endif
  430.  
  431.   /* Discard the token being shifted unless it is eof.  */
  432.   if (yychar != YYEOF)
  433.      yychar = YYEMPTY;
  434.  
  435.   *++yyvsp = yylval;
  436. #ifdef YYLSP_NEEDED
  437.   *++yylsp = yylloc;
  438. #endif
  439.  
  440.   /* count tokens shifted since error; after three, turn off error status.  */
  441.   if (yyerrstatus) yyerrstatus--;
  442.  
  443.   yystate = yyn;
  444.   goto yynewstate;
  445.  
  446. /* Do the default action for the current state.  */
  447. yydefault:
  448.  
  449.   yyn = yydefact[yystate];
  450.   if (yyn == 0)
  451.      goto yyerrlab;
  452.  
  453. /* Do a reduction.  yyn is the number of a rule to reduce with.  */
  454. yyreduce:
  455.   yylen = yyr2[yyn];
  456.   if (yylen > 0)
  457.      yyval = yyvsp[1-yylen]; /* implement default value of the action */
  458.  
  459. #if YYDEBUG != 0
  460.   if (yydebug)
  461.      {
  462.         int i;
  463.  
  464.         printf ("Reducing via rule %ld (line %ld), ",
  465.                     yyn, yyrline[yyn]);
  466.  
  467.         /* Print the symbols being reduced, and their result.  */
  468.         for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
  469.           printf ("%s ", yytname[yyrhs[i]]);
  470.         printf (" -> %s\n", yytname[yyr1[yyn]]);
  471.      }
  472. #endif
  473.  
  474. $   /* the action file gets copied in in place of this dollarsign */
  475. #line 465 "/gnu/lib/bison.simple"
  476.  
  477.   yyvsp -= yylen;
  478.   yyssp -= yylen;
  479. #ifdef YYLSP_NEEDED
  480.   yylsp -= yylen;
  481. #endif
  482.  
  483. #if YYDEBUG != 0
  484.   if (yydebug)
  485.      {
  486.         short *ssp1 = yyss - 1;
  487.         printf ("state stack now");
  488.         while (ssp1 != yyssp)
  489.           printf (" %ld", *++ssp1);
  490.         printf ("\n");
  491.      }
  492. #endif
  493.  
  494.   *++yyvsp = yyval;
  495.  
  496. #ifdef YYLSP_NEEDED
  497.   yylsp++;
  498.   if (yylen == 0)
  499.      {
  500.         yylsp->first_line = yylloc.first_line;
  501.         yylsp->first_column = yylloc.first_column;
  502.         yylsp->last_line = (yylsp-1)->last_line;
  503.         yylsp->last_column = (yylsp-1)->last_column;
  504.         yylsp->text = 0;
  505.      }
  506.   else
  507.      {
  508.         yylsp->last_line = (yylsp+yylen-1)->last_line;
  509.         yylsp->last_column = (yylsp+yylen-1)->last_column;
  510.      }
  511. #endif
  512.  
  513.   /* Now "shift" the result of the reduction.
  514.       Determine what state that goes to,
  515.       based on the state we popped back to
  516.       and the rule number reduced by.  */
  517.  
  518.   yyn = yyr1[yyn];
  519.  
  520.   yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
  521.   if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  522.      yystate = yytable[yystate];
  523.   else
  524.      yystate = yydefgoto[yyn - YYNTBASE];
  525.  
  526.   goto yynewstate;
  527.  
  528. yyerrlab:   /* here on detecting error */
  529.  
  530.   if (! yyerrstatus)
  531.      /* If not already recovering from an error, report this error.  */
  532.      {
  533.         ++yynerrs;
  534.  
  535. #ifdef YYERROR_VERBOSE
  536.         yyn = yypact[yystate];
  537.  
  538.         if (yyn > YYFLAG && yyn < YYLAST)
  539.           {
  540.              int size = 0;
  541.              char *msg;
  542.              int x, count;
  543.  
  544.              count = 0;
  545.              /* Start X at -yyn if nec to avoid negative indexes in yycheck.  */
  546.              for (x = (yyn < 0 ? -yyn : 0);
  547.                     x < (sizeof(yytname) / sizeof(char *)); x++)
  548.                 if (yycheck[x + yyn] == x)
  549.                   size += strlen(yytname[x]) + 15, count++;
  550.              msg = (char *) malloc(size + 15);
  551.              if (msg != 0)
  552.                 {
  553.                   strcpy(msg, "parse error");
  554.  
  555.                   if (count < 5)
  556.                      {
  557.                         count = 0;
  558.                         for (x = (yyn < 0 ? -yyn : 0);
  559.                               x < (sizeof(yytname) / sizeof(char *)); x++)
  560.                           if (yycheck[x + yyn] == x)
  561.                              {
  562.                                 strcat(msg, count == 0 ? ", expecting `" : " or `");
  563.                                 strcat(msg, yytname[x]);
  564.                                 strcat(msg, "'");
  565.                                 count++;
  566.                              }
  567.                      }
  568.                   yyerror(msg);
  569.                   free(msg);
  570.                 }
  571.              else
  572.                 yyerror ("parse error; also virtual memory exceeded");
  573.           }
  574.         else
  575. #endif /* YYERROR_VERBOSE */
  576.           yyerror("parse error");
  577.      }
  578.  
  579.   goto yyerrlab1;
  580. yyerrlab1:   /* here on error raised explicitly by an action */
  581.  
  582.   if (yyerrstatus == 3)
  583.      {
  584.         /* if just tried and failed to reuse lookahead token after an error, discard it.  */
  585.  
  586.         /* return failure if at end of input */
  587.         if (yychar == YYEOF)
  588.           YYABORT;
  589.  
  590. #if YYDEBUG != 0
  591.         if (yydebug)
  592.           printf( "Discarding token %ld (%s).\n", yychar, yytname[yychar1]);
  593. #endif
  594.  
  595.         yychar = YYEMPTY;
  596.      }
  597.  
  598.   /* Else will try to reuse lookahead token
  599.       after shifting the error token.  */
  600.  
  601.   yyerrstatus = 3;              /* Each real token shifted decrements this */
  602.  
  603.   goto yyerrhandle;
  604.  
  605. yyerrdefault:  /* current state does not do anything special for the error token. */
  606.  
  607. #if 0
  608.   /* This is wrong; only states that explicitly want error tokens
  609.       should shift them.  */
  610.   yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
  611.   if (yyn) goto yydefault;
  612. #endif
  613.  
  614. yyerrpop:   /* pop the current state because it cannot handle the error token */
  615.  
  616.   if (yyssp == yyss) YYABORT;
  617.   yyvsp--;
  618.   yystate = *--yyssp;
  619. #ifdef YYLSP_NEEDED
  620.   yylsp--;
  621. #endif
  622.  
  623. #if YYDEBUG != 0
  624.   if (yydebug)
  625.      {
  626.         short *ssp1 = yyss - 1;
  627.         printf ("Error: state stack now");
  628.         while (ssp1 != yyssp)
  629.           printf (" %ld", *++ssp1);
  630.         printf ("\n");
  631.      }
  632. #endif
  633.  
  634. yyerrhandle:
  635.  
  636.   yyn = yypact[yystate];
  637.   if (yyn == YYFLAG)
  638.      goto yyerrdefault;
  639.  
  640.   yyn += YYTERROR;
  641.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
  642.      goto yyerrdefault;
  643.  
  644.   yyn = yytable[yyn];
  645.   if (yyn < 0)
  646.      {
  647.         if (yyn == YYFLAG)
  648.           goto yyerrpop;
  649.         yyn = -yyn;
  650.         goto yyreduce;
  651.      }
  652.   else if (yyn == 0)
  653.      goto yyerrpop;
  654.  
  655.   if (yyn == YYFINAL)
  656.      YYACCEPT;
  657.  
  658. #if YYDEBUG != 0
  659.   if (yydebug)
  660.      printf( "Shifting error token, ");
  661. #endif
  662.  
  663.   *++yyvsp = yylval;
  664. #ifdef YYLSP_NEEDED
  665.   *++yylsp = yylloc;
  666. #endif
  667.  
  668.   yystate = yyn;
  669.   goto yynewstate;
  670. }
  671.